
/*  ====  Panel Tab/button  ====  */
.tab {
  	background: transparent url(/gfx/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(/gfx/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(/gfx/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(/gfx/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #fe9e34;
}

.tab ul.login li a:hover {
	color: #ffcb78;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(/gfx/bt_open.png) no-repeat left 0;}

.tab a.close {background: url(/gfx/bt_close.png) no-repeat left 0; color: #33cccc !important;}

.tab a:hover.open {background: url(/gfx/bt_open.png) no-repeat left -19px}

.tab a:hover.close {background: url(/gfx/bt_close.png) no-repeat left -19px; color: #b3ecec !important;}

/*  ====  Sliding Panel  ====  */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 123px;
	color: #d0d0c8;
	/* background: #272727; */
	background: transparent url(/gfx/bg=panel.png);
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panelsigned {
	width: 100%;
	height: 88px;
	color: #999999;
	/* background: #272727; */
	background: transparent url(/gfx/bg=panel.png);
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

/*  ====  BUTTONS  ====  */

/*  ====  Login and Register buttons  ====  */

#panel .content input.bt_login,

#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(/gfx/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(/gfx/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

#toppanel .loginContent {
	width: 760px;
	height: 80px;
	margin: 0 auto;
	padding-top: 24px;
	text-align: left;
}

#toppanel .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
}

#toppanel .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
}

#toppanel .loginContent form {
	background: transparent;
	margin: 0 0 10px 0;
	height: 26px;
}

#toppanel .loginContent input.field {
	border: 1px #1A1A1A solid;
	background-color: #616161;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
	padding-left: 2px;
}

#toppanel .loginContent input:focus.field {
	background-color: #555;
}

#toppanel .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#toppanel .loginContent input.button_login {
	width: 105px;
	height: 22px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_login.png) no-repeat 0 2px;
	margin-bottom: 2px;
}

/*  ====  Active/Signed In  ====  */
#toppanelActive {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*  ====  Panel Tab/button  ====  */
.tabActive {
  	background: transparent url(/gfx/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tabActive ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tabActive ul.login li.left {
  	background: url(/gfx/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tabActive ul.login li.right {
  	background: url(/gfx/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tabActive ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(/gfx/tab_m.png) repeat-x 0 0;
}

.tabActive ul.login li a { color: #fe9e34; }

.tabActive ul.login li a:hover { color: #ffcb78; }

.tabActive .sep { color:#414141 }